All Questions
2 questions
1vote
1answer
100views
Threads Inside Full Duplex Device Library
This is the second project I'm working on which will use a design that I'm not 100% confident about. I'd like some feedback, maybe recommendations for a better design, or verification that this would ...
10votes
1answer
935views
Message Queue for RTOS for microcontrollers
I'm currently writing an RTOS for microcontrollers. The whole thing is written in C++11 - if anyone is interested, and the link to the repository is at the bottom. Currently I'm writing a class that ...